Usage Note 35622: Contact History schema is not specified, and cannot update contact history when using the Netezza LIBNAME engine
If you are using SAS® Customer Intelligence Studio and uploading Contact
History tables to a location on the Netezza database, you might encounter the following
error:
[ERROR]
SAS Demo User crm.custdata.storedprocess.StoredProcess - An unexpected exception
has been thrown when executing stored process: MACHUpdate
com.sas.analytics.crm.error.client.CodingException:
Contact History schema not specified, cannot update contact history.
To work around the error, modify the ciddlntz.sas script file and add
double quotes (") to every CREATE TABLE NAME statement.
You also need to add
the PRESERVE_TAB_NAMES = YES option to the Common Data Model LIBNAME statement
in the SAS® Management Console.
If you are exporting to a Netezza table, make sure that the preceding changes are
relevant for the export LIBNAME in the appserver_autoexec.sas file.
The default for Netezza is lowercase, therefore, running the DDL script without using
the double quotes will always create them lowercase.
This occurs because Netezza, like most databases, ignores case when you create them with
default lowercase names, but unlike most databases, once you create them uppercase
you must always use uppercase names.
Operating System and Release Information
SAS System | SAS Customer Intelligence Studio | Windows Vista | 5.1 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 5.1 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 5.1 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 5.1 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 5.1 | 5.3 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
Microsoft Windows NT Workstation | 5.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 5.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 5.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 5.1 | | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 5.1 | | 9.1 TS1M3 SP4 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Date Modified: | 2009-04-21 13:42:19 |
Date Created: | 2009-04-20 15:06:20 |